home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Tutorial / Cookbook / 01.hello.text_Ch6Ex1 / MyHelloClass.h < prev    next >
Text File  |  1995-06-12  |  128b  |  13 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface MyHelloClass:Object
  7. {
  8. }
  9.  
  10. - helloAction:sender;
  11.  
  12. @end
  13.